Load the items between the specified indexes.
シンタックス
'宣言
Function LoadAsync( _
Optional ByVal As System.Nullable(Of Integer), _
Optional ByVal As System.Nullable(Of Integer), _
Optional ByVal As System.Threading.CancellationToken _
) As System.Threading.Tasks.Task
System.Threading.Tasks.Task LoadAsync(
System.Nullable<int> ,
System.Nullable<int> ,
System.Threading.CancellationToken
)
パラメータ
- fromIndex
- The starting index, if not specified this will be 0.
- toIndex
- The starting index, if not specified this will be Count - 1.
- cancellationToken
- The cancellation token.
参照